Updated: 2012-04-30 17:07:14
Adopted as the undisputed Perl bible soon after the first edition appeared in 1991, Programming Perl is still the go-to guide for this highly practical language. In this much-anticipated update to "the Camel," three renowned Perl authors cover the language up to its current version, Perl 5.14, with a preview of features in the upcoming 5.16.
Updated: 2012-04-30 17:07:11
Updated: 2012-04-30 08:50:56
Updated: 2012-04-29 14:55:00
Updated: 2012-04-29 05:00:42
Updated: 2012-04-29 05:00:00
Updated: 2012-04-28 20:23:21
Updated: 2012-04-28 19:28:32
Updated: 2012-04-28 19:28:32
I guess the two dead-lines I have next week caused me to go in full procrastination mode
and search for Perl based projects on Facebook and Google Plus.
For the full article visit Facebook vs Google+ for Perl projects
Updated: 2012-04-28 19:02:00
Updated: 2012-04-28 11:13:36
Updated: 2012-04-28 08:00:06
Updated: 2012-04-28 05:00:57
Updated: 2012-04-16 13:02:08
Updated: 2012-04-13 09:26:53
It is time for celebration.
Yesterday the Perl Weekly newsletter
reached 3000 subscribers!
For the full article visit The Perl Weekly newsletter reaches 3000 subscribers
Updated: 2012-04-10 17:45:04
Updated: 2012-04-05 22:12:40
home of szabgab About Contact Keywords Archive 0 a b SIG d e v 1 5.010 5.10 cut head1 head2 pod EXPORT_OK INC k WARN__ abs_path ack any append array bareword case close cmp context copy cp CPAN CSV Cwd Dancer Data : Dumper DBD : SQLite DBI debug declaration default defined or del delete die dirname distinct documentation download duplicate editor email Email : Send : SMTP : Gmail eq Exporter ExtUtils : MakeMaker File : Basename File : Open File : Open : OOP filter flip-flop fopen for foreach function ge given gmtime grep gt HTTP : Server : Simple HTTP : Server : Simple : CGI IDE implode index install int integer join lc le length lib LIST List : MoreUtils local localtime loop lt map Moose move mv my named capture ne object oriented ok one-liner OOP oopen open open or die our package Padre
Updated: 2012-04-04 20:24:22
Die Perl Foundation hat den Grant von Nicholas Clark verlängert. Damit kann er weitere 400 Stunden an Verbesserungen an Perl 5 arbeiten.
Updated: 2012-04-02 09:16:58
, , home of szabgab About Contact Keywords Archive 0 a b SIG d e v 1 5.010 5.10 cut head1 head2 pod EXPORT_OK INC k WARN__ abs_path ack any append array bareword case close cmp context copy cp CPAN CSV Cwd Dancer Data : Dumper DBD : SQLite DBI debug declaration default defined or del delete die dirname distinct documentation download duplicate editor email Email : Send : SMTP : Gmail eq Exporter ExtUtils : MakeMaker File : Basename File : Open File : Open : OOP filter flip-flop fopen for foreach function ge given gmtime grep gt HTTP : Server : Simple HTTP : Server : Simple : CGI IDE implode index install int integer join lc le length lib LIST List : MoreUtils local localtime loop lt map Moose move mv my named capture ne object oriented ok one-liner OOP oopen open open or die our package
Updated: 2012-03-28 10:57:35
In your system you are creating more and more scripts that need to use the same function.
You know lots of Perl modules that allow you to use their functions and you also want it.
You just don't know how to create such module.
For the full article visit
Updated: 2012-03-26 16:38:49
This is a really common error message I see. One, that seems to be a bit difficult to understand.
The thing is, people think about numerical operators and string operators
but they don't think about the comma as an operator. So for them the terminology of
the error message is a bit confusing.
Let's see a couple of examples:
For the full article visit Scalar found where operator expected